:root {
  --bs-body-font-weight: 400;
  --bs-body-font-size: 0.8rem;
  --bs-blue: #009241;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
  font-size: 0.8rem;
}

img {
  max-width: 100%;
}

.index-banner {
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .index-banner {
    background-position: 0 100%;
    height: 400px;
  }
  .index-banner h1, .index-banner p {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
  }
  .site001-index-case .site001-index-case-title {
    font-size: 0.75rem;
  }
  .navbar-collapse {
    height: 100vh;
  }
  .site001-index-main-pd {
    margin-top: 0 !important;
    box-shadow: none !important;
  }
  .site001-footer-form-wrapper {
    flex-wrap: wrap;
  }
  .site001-footer-form-btn {
    width: 100%;
  }
  .breadcrumb-item {
    max-width: 100%;
  }
  .breadcrumb-item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tags-item {
    padding-bottom: 0.6rem;
  }
  .tags-item:last-child {
    padding-bottom: 0;
  }
  .tags-item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.index-news {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  border-radius: 4px;
}
.index-news:hover {
  box-shadow: 0 0 10px var(--bs-blue);
}

.site001-index-case {
  position: relative;
}
.site001-index-case .site001-index-case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  background-color: var(--bs-blue);
  opacity: 0.9;
}

.site001-footer-form {
  border-radius: 0;
}

.form-floating textarea.form-control {
  padding: 0.6rem 1rem !important;
}
.form-floating .form-control {
  padding: 0.2rem 1rem !important;
  height: 1.5rem;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.site001-footer-form-btn {
  padding: 0.3rem 1rem;
  font-size: 14px;
}

.tags-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tags-list h3 {
  padding-left: 0.8rem;
  position: relative;
}
.tags-list h3::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tags-list a:hover h4 {
  color: var(--bs-blue);
}
.tags-list p {
  color: #999;
}

.bottom-copyright {
  white-space: pre-line;
}

/*# sourceMappingURL=cus.css.map */
